@charset "UTF-8";

@font-face {
  font-family: "ArialMT";
  src: url("ArialMT.eot"); /* IE9*/
  src: url("ArialMT.woff2") format("woff2"),
       url("ArialMT.woff") format("woff"),
       url("ArialMT.ttf"),/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
       url("ArialMT.eot") format("embedded-opentype"),/* IE6-IE8 */
       url("ArialMT.svg") format("svg");/* iOS 4.1- */
  font-weight: normal;
  font-style: normal;
}
.new-font {
  font-family:"ArialMT" !important;
  -moz-font-smoothing: grayscale;/*抗锯齿渲染 firefox*/
  -osx-font-smoothing: grayscale;/*抗锯齿渲染 ios*/
  -webkit-font-smoothing: antialiased !important;/*抗锯齿渲染 chrome、safari*/ 	
}